home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / multdll.exe / MUL-GLO.BAS < prev    next >
Encoding:
BASIC Source File  |  1992-07-26  |  736 b   |  12 lines

  1. Declare Function MultiListBox Lib "MULTI.DLL" (ByVal hWnd As Integer, ByVal hWnd As Integer, ByVal lStyle As Long) As Integer
  2. Declare Function MultiFind Lib "MULTI.DLL" (ByVal nStartIndex As Integer, ByVal lpString As String) As Integer
  3. Declare Function MultiCount Lib "MULTI.DLL" () As Integer
  4. Declare Sub MultiGetSel Lib "MULTI.DLL" (ByVal hWnd As Integer)
  5. Declare Sub MultiAdd Lib "MULTI.DLL" (ByVal lpString As String)
  6. Declare Sub MultiReset Lib "MULTI.DLL" (ByVal iNata As Integer)
  7. Declare Sub MultiDelete Lib "MULTI.DLL" (ByVal iIndex As Integer)
  8. Declare Sub MultiText Lib "MULTI.DLL" (ByVal iIndex As Integer)
  9. Declare Sub MultiSetTop Lib "MULTI.DLL" (ByVal iIndex As Integer)
  10. Declare Function GetFocus% Lib "user" ()
  11.  
  12.